A. Code-front
B. Exception
C. Code-behind
D. All of the above
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- asp:dropdownlist> tag replaces which of the HTML tags______________?
- A. B. C. D. None of the above...
- In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
- A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above...
- The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called ?
- A. Cross Page Posting B. Code-front C. Theme D. None of the above...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________?
- A. DataList B. Button C. Panel D. None of the Above...
- Select the caching type supported by ASP.Net?
- A. DataCaching B. Output Caching C. Both A and B D. None of these...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- We can manage states in asp.net application using________________?
- A. Session Objects B. Application Objects C. Viewstate D. All of the above...
Advertisement